ClearRequest

data class ClearRequest(storageId: StorageId)

Represents request frame that can be used with DOMStorage#clear operation call.

See also

Constructors

ClearRequest
Link copied to clipboard
fun ClearRequest(storageId: StorageId)

Properties

storageId
Link copied to clipboard
val storageId: StorageId

Sources

jvm source
Link copied to clipboard